negotiator.tournament.VariablesAndValues
Class AssignedParameterVariable

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.AssignedParameterVariable

public class AssignedParameterVariable
extends java.lang.Object

simple datastructure to couple a parameter to an specific agent. We need to do this because the AgentParam in the tournament are bound to a CLASS, not a particular agent, while in the nego session we need to bind params to particular agents.


Field Summary
 java.lang.String agentname
           
 AgentParameterVariable parameter
           
 
Constructor Summary
AssignedParameterVariable(AgentParameterVariable param, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

public AgentParameterVariable parameter

agentname

public java.lang.String agentname
Constructor Detail

AssignedParameterVariable

public AssignedParameterVariable(AgentParameterVariable param,
                                 java.lang.String name)